projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e1d6d
)
(w32_createwindow): Undo last change.
author
Andrew Innes
<andrewi@gnu.org>
Wed, 5 Sep 2001 09:53:23 +0000
(09:53 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 5 Sep 2001 09:53:23 +0000
(09:53 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 5bb552318fc8d6ed8261b6fa60eff2dc90e79d0b..3466100cf3ed68fc10d877d69fb57f263fff4821 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-09-05 Andrew Innes <andrewi@gnu.org>
+
+ * w32fns.c (w32_createwindow): Undo last change.
+
2001-09-05 Gerd Moellmann <gerd@gnu.org>
* macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end.
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 054d477cee8be90379436be3aee9d26d31afd255..a1c79a07831762b58ebf2ab7a515d0f5f82e0133 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-3351,7
+3351,7
@@
w32_createwindow (f)
FRAME_W32_WINDOW (f) = hwnd
= CreateWindow (EMACS_CLASS,
f->namebuf,
- f->output_data.w32->dwStyle,
+ f->output_data.w32->dwStyle
| WS_CLIPCHILDREN
,
f->output_data.w32->left_pos,
f->output_data.w32->top_pos,
rect.right - rect.left,